All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.j3d.BadTransformException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----javax.media.j3d.BadTransformException

public class BadTransformException
extends RuntimeException
Indicates an attempt to use a Tranform3D object that is inappropriate for the object in which it is being used. For example:


Constructor Index

 o BadTransformException()
Create the exception object with default values.
 o BadTransformException(String)
Create the exception object that outputs message.

Constructors

 o BadTransformException
 public BadTransformException()
Create the exception object with default values.

 o BadTransformException
 public BadTransformException(String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.

All Packages  Class Hierarchy  This Package  Previous  Next  Index